- prototype declaration
- Программирование: объявление прототипа (в ЯВУ - определение прототипа функции или процедуры в исходном тексте программы)
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Prototype (disambiguation) — A prototype is something that is representative of a category of things. Prototype may also refer to:;Automobiles* Citroën Prototype C, range of vehicles created by Citroën from 1955 to 1956 * Citroën Prototype Y, project of replacement of the… … Wikipedia
Prototype-based programming — is a style of object oriented programming in which classes are not present, and behavior reuse (known as inheritance in class based languages) is performed via a process of cloning existing objects that serve as prototypes. This model can also be … Wikipedia
Prototype — A prototype is an original type, form, or instance of something serving as a typical example, basis, or standard for other things of the same category. The word derives from the Greek πρωτότυπον ( prototypon ), archetype, original , neutral of… … Wikipedia
Prototype JavaScript Framework — Infobox Software name = Prototype JavaScript Framework developer = [http://prototypejs.org/core Prototype Core Team] latest release version = 1.6.0.3 latest release date = release date|2008|09|28 genre = JavaScript toolkit license = MIT License… … Wikipedia
Declaration (computer programming) — In programming languages, a declaration specifies the identifier, type, and other aspects of language elements such as variables and functions. It is used to announce the existence of the element to the compiler; this is important in many… … Wikipedia
Déclaration avancée — En programmation informatique, une déclaration avancée est une déclaration d un identificateur représentant une entité (par exemple un type, une variable, une fonction) pour laquelle la définition n est fournie qu ultérieurement dans le code.… … Wikipédia en Français
Declaration (computer science) — In programming languages, a declaration specifies the identifier, type, and other aspects of language elements such as variables and functions. It is used to announce the existence of the element to the compiler; this is important in many… … Wikipedia
prototype — ● n. m. ● 1. ►SPECIF Modèle réduit d un système, partiellement réalisé et fonctionnel, pas robuste et lent, destiné à montrer ce qu on va faire aux clients et à expliquer aux développeurs les problèmes qu on rencontre. ● 2. ►PROG Le prototype d… … Dictionnaire d'informatique francophone
Function prototype — A function prototype in C or C++ is a declaration of a function that omits the function body but does specify the function s name, arity, argument types and return type. While a function definition specifies what a function does, a function… … Wikipedia
Forward declaration — In computer programming, a forward declaration is a declaration of a variable or function which the programmer has not yet given a complete definition.int elements [] ;void foo(int);In C, the two lines above represent forward declarations of an… … Wikipedia
JavaScript syntax — This article is part of the JavaScript series. JavaScript JavaScript syntax JavaScript topics This box: view · … Wikipedia